1bashThis sends 10 ICMP echo requests to example.com with a 5-second interval between each request.ping -c 10 -i 5 example.comexternal toolspingICMP echo request
2bashThis demonstrates using the ping command to check network connectivity to example.com.ping example.comexternal toolspingnetwork connectivity check